72 WDT_A_hold(WDT_A_BASE);
75 GPIO_setAsPeripheralModuleFunctionOutputPin(
89 Comp_B_initParam
param = {0};
90 param.positiveTerminalInput = COMP_B_INPUT0;
91 param.negativeTerminalInput = COMP_B_INPUT1;
92 param.powerModeSelect = COMP_B_POWERMODE_NORMALMODE;
93 param.outputFilterEnableAndDelayLevel = COMP_B_FILTEROUTPUT_DLYLVL1;
94 param.invertedOutputPolarity = COMP_B_NORMALOUTPUTPOLARITY;
95 Comp_B_init(COMP_B_BASE, &
param);
99 Comp_B_enable(COMP_B_BASE);
105 __bis_SR_register(LPM4_bits);
MPU_initThreeSegmentsParam param